-
Notifications
You must be signed in to change notification settings - Fork 67
Add workflow management #1975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow management #1975
Conversation
e6267da
to
fb437f0
Compare
723b059
to
62da8c5
Compare
62da8c5
to
4c95356
Compare
4c95356
to
bfa1df9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API looks cleaner - thanks for making the changes.
I approved the PR but left some comments - mostly around further clean-up (nothing urgent).
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
@mrobers1982 I've fixed the code following your comments and implemented "max_contributions_per_user" deployed this morning by Michał. |
bb3308e
to
0c9b1d6
Compare
Description
This PR adds workflow management to the SDK.
Note: the verb "create" is used abusively since one doesn't create a workflow but updates it either by removing all nodes first (
reset_config()
) or by changing the existing configuration.project.get_workflow()
andproject.clone_workflow_from()
will raise a warning:Results:

Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features